Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps snowflake-snowpark-python from 1.37.0 to 1.41.0.

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

1.41.0 (2025-10-23)

Snowpark Python API Updates

New Features

  • Added a new function service in snowflake.snowpark.functions that allows users to create a callable representing a Snowpark Container Services (SPCS) service.
  • Added connection_parameters parameter to DataFrameReader.dbapi() (PuPr) method to allow passing keyword arguments to the create_connection callable.
  • Added support for Session.begin_transaction, Session.commit and Session.rollback.
  • Added support for the following functions in functions.py:
    • Geospatial functions:
      • st_interpolate
      • st_intersection
      • st_intersection_agg
      • st_intersects
      • st_isvalid
      • st_length
      • st_makegeompoint
      • st_makeline
      • st_makepolygon
      • st_makepolygonoriented
      • st_disjoint
      • st_distance
      • st_dwithin
      • st_endpoint
      • st_envelope
      • st_geohash
      • st_geomfromgeohash
      • st_geompointfromgeohash
      • st_hausdorffdistance
      • st_makepoint
      • st_npoints
      • st_perimeter
      • st_pointn
      • st_setsrid
      • st_simplify
      • st_srid
      • st_startpoint
      • st_symdifference
      • st_transform
      • st_union
      • st_union_agg
      • st_within
      • st_x
      • st_xmax
      • st_xmin
      • st_y
      • st_ymax
      • st_ymin

... (truncated)

Changelog

Sourced from snowflake-snowpark-python's changelog.

1.41.0 (2025-10-23)

Snowpark Python API Updates

New Features

  • Added a new function service in snowflake.snowpark.functions that allows users to create a callable representing a Snowpark Container Services (SPCS) service.
  • Added connection_parameters parameter to DataFrameReader.dbapi() (PuPr) method to allow passing keyword arguments to the create_connection callable.
  • Added support for Session.begin_transaction, Session.commit and Session.rollback.
  • Added support for the following functions in functions.py:
    • Geospatial functions:
      • st_interpolate
      • st_intersection
      • st_intersection_agg
      • st_intersects
      • st_isvalid
      • st_length
      • st_makegeompoint
      • st_makeline
      • st_makepolygon
      • st_makepolygonoriented
      • st_disjoint
      • st_distance
      • st_dwithin
      • st_endpoint
      • st_envelope
      • st_geohash
      • st_geomfromgeohash
      • st_geompointfromgeohash
      • st_hausdorffdistance
      • st_makepoint
      • st_npoints
      • st_perimeter
      • st_pointn
      • st_setsrid
      • st_simplify
      • st_srid
      • st_startpoint
      • st_symdifference
      • st_transform
      • st_union
      • st_union_agg
      • st_within
      • st_x
      • st_xmax
      • st_xmin
      • st_y
      • st_ymax
      • st_ymin
      • st_geogfromgeohash

... (truncated)

Commits
  • d2cc703 update release date
  • 2ec1df6 Revert "SNOW-2268215: support group by all (#3889)" (#3935)
  • 90b0580 NO-SNOW: Fix changelog to include rename support in faster pandas (#3919)
  • 35c86f2 update
  • 33a8ab6 NO-SNOW: fix interval type test failure (#3931)
  • c0060a0 NO-SNOW: fix test failure in sproc (#3928)
  • b6b39b9 SNOW-2441438: Add modin dependency to import error tests. (#3922)
  • 8895a30 SNOW-2436917: fix udxf/sproc registration regression (#3927)
  • fb08011 SNOW-2437690 make sproc cancel API work with public connector (#3914)
  • 01dead4 SNOW-2435161: Replace importlib guard by sys.modules check in session initial...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) from 1.37.0 to 1.41.0.
- [Release notes](https://github.com/snowflakedb/snowpark-python/releases)
- [Changelog](https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md)
- [Commits](snowflakedb/snowpark-python@v1.37.0...v1.41.0)

---
updated-dependencies:
- dependency-name: snowflake-snowpark-python
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Superseded by #251.

@dependabot dependabot bot closed this Nov 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-wrapper/snowflake-snowpark-python-1.41.0 branch November 10, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant